home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / profil16.zip / PROFILE.DOC < prev    next >
Text File  |  1996-06-12  |  26KB  |  580 lines

  1.   
  2.                              USER PROFILES
  3.  
  4.                                   v1.6
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                   (404) 256-9525 (USR v.everything 33.6)
  12.                   (404) 705-9104 (USR v.everything 33.6)
  13.                   (404) 256-9518 (Voice, 9am-9:30pm EST)
  14.                      (EMAIL) al_lawre@ix.netcom.com
  15.  
  16.  
  17.  
  18.  
  19.                                 OVERVIEW
  20.                                 ________
  21.  
  22.  
  23.    This Door can be used to capture information about a user, for other users 
  24.    to review. The Sysop has complete control over the questions to ask, the 
  25.    way the anwers will be displayed and whether or not to force the user to 
  26.    fill out the questionaire. If your BBS software allows you to execute a 
  27.    Door when a caller logs in, then you can FORCE a user to enter the Door
  28.    and ensure that they answer the questions.
  29.  
  30.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  31.          created in the directory you run the door from.
  32.  
  33.  
  34.  
  35.                 NON-REGISTERED   R E S T R I C T I O N S
  36.                 ----------------------------------------
  37.  
  38.                 ° Limited to 15 callers
  39.                 ° Keyboard timeout value limited to 2 minutes
  40.                 ° Time allowed in door can not be adjusted
  41.                 ° Can not use the command line entry that allows the
  42.                   caller to select a user, display the info and return
  43.                   to the BBS (all from the main menu)
  44.  
  45.  
  46.  
  47.                                 INSTALLATION
  48.                                 ____________
  49.  
  50.  
  51.    Installation is fairly easy and straight-forward. The following steps and
  52.    examples should have you up and running in a very short period of time.
  53.    It is assumed that you are familiar with setting up DOORS on your system.
  54.    To this end, only examples of the configuration file and Door batch file
  55.    are described.
  56.  
  57.       1) Create a directory to hold all PROFILE file
  58.  
  59.       2) Unzip PROFILxx.ZIP into the the above directory
  60.  
  61.       3) Create a configuration file, with a name of your choice, or
  62.          modify the supplied PROFILE.CFG file. A description follows:
  63.  
  64.             **                       Location of system file (See Below)
  65.             SUNRISE-80 BBS           Your BBS Name
  66.             Al                       Sysop's First name
  67.  
  68.             Lawrence                 Sysop's Last Name
  69.  
  70. |-----------------------------------------------------------------------------|
  71. | READ!     1                        CommPort  \ These 2 lines are required   |
  72. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  73. |-----------------------------------------------------------------------------|
  74.  
  75.             00000000                 Registration Number
  76.  
  77.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  78.                                      2 = Display ADOPT-A-DOOR message
  79.     
  80.         #   2                        Keyboard timeout value in Minutes
  81.  
  82.         #   0                        Time  Allowed in Door
  83.                                      (Sysop = Time Remaining - REG. VERSION)
  84.  
  85.             N                       Y = Force a NEW user to answer questions.
  86.                                         This would be used if you were to use 
  87.                                         the Door as part of an AutoLogin 
  88.                                         process. (Will also apply to anyone 
  89.                                         entering the door via your door menu).
  90.                                         Once in the Door the user will HAVE to 
  91.                                         answer the questions with no way out 
  92.                                         until that is done.
  93.                                     N = Participation in the Doors is voluntary 
  94.                                         and the user can exit, without answering 
  95.                                         the questions. If you make this an
  96.                                         Auto-Login Door the caller will be 
  97.                                         presented with the menu. I would NOT 
  98.                                         recommend using the N option if you are 
  99.                                         making this an Auto-Logon door.
  100.  
  101.             0                        0 = Use caller's logon name
  102.                                      1 = Use Alias name (Must use DOOR.SYS)
  103.  
  104.             C:\PROFILE\              Drive:\Path where ALL Picture files
  105.                                      will be kept. You MUST include a trailing
  106.                                      \  or "Bad File Name' type errors will
  107.                                      be encountered.
  108.  
  109.  
  110.             Y                        Y = Log all callers to USAGEx
  111.                                      N = Do not log callers
  112.  
  113.  
  114.           ** = Replace with ONE of the following:
  115.  
  116. C:\bbs\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  117. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  118. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  119. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  120. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  121. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  122. C:\BBS\GTUSER.BBS               <- For GT Power
  123.                                    * if using this option you must put the
  124.                                      ComPort # on line 5 and the Node # on
  125.                                      line 6 of the configuration file
  126.  
  127.  
  128.  
  129.  
  130.            # = Requires registration to change to a different value.
  131.  
  132.                NOTE: There are NO Blank Lines in the Config File!!
  133.  
  134.  
  135.  
  136.  
  137.       4) Create a batch file or modify the PROFILE file supplied. A
  138.          description of this file follows:
  139.  
  140.             ECHO off
  141.             cd\BBS\DOORS\Profile      Location of PROFILE files
  142.             Profile Profile.cfg       EXE filename and CFG filename (Name
  143.                                       used in creating file in #3 above)
  144.             CD\BBS
  145.             BOARD
  146.  
  147.  
  148.        5) When running in more than one node, be sure to supply a
  149.           different configuration name for each node (your choice of name).
  150.  
  151.        6) If running with Fossil-based multi-port boards add
  152.            /FD to the line containing the CFG name as follows:
  153.  
  154.                      PROFILE PROFILE.CFG /FD
  155.  
  156.  
  157.        7) You will be able to supply a user's name on the Command line, and the
  158.           program will search for that user's record, display it and return to
  159.           the BBS. The best way to use this option, which may not be adaptable
  160.           to every BBS software system, is to have a an entry on the main menu
  161.           (call it PROFILE) and using script type languages, ask the caller for
  162.           a name to search for. You would then pass that name to the PROFILE
  163.           command line. After displaying the profile, whether found or not, the
  164.           caller will be taken back to the BBS. An example follows:
  165.  
  166.                        PROFILE PROFILE.CFG \USER:user name here
  167.  
  168.           Please note that the \USER: parameter MUST be the last parameter on
  169.           the command line. There MUST be an exact match for the profile to be
  170.           displayed.
  171.  
  172.  
  173.  
  174.  
  175.  
  176.                                TROUBLESHOOTING
  177.                                ---------------
  178.  
  179. (1) If you are running this Door on a 486 system and encounter errors such as
  180.  
  181.     ERROR 6.... OVERFLOW Error
  182.     ERROR 5.... ILLEGAL Function Call (may be associated with other problems)
  183.     KEYBOARD Timeout after 5 minutes
  184.  
  185.     You may have to put the following line in your AUTOEXEC.BAT file:
  186.  
  187.          SET NO87=ON
  188.  
  189. (2) If you encounter an Error 62 (Input Past End of File), BEFORE you see the
  190.     opening screen of the Door, your problem will more than likely be associated
  191.     with the CFG file. The error 62 means that you do not have enough entries
  192.     in the CFG. Compare your CFG file with the CFG definition in the DOC file.
  193.  
  194.  
  195.  
  196.  
  197. (3) If you encounter an ERROR 70... Permission Denied, this will more than
  198.     likely mean that you DO NOT have SHARE loaded. SHARE is a DOS file that
  199.     comes with your version of DOS. To load it type the word SHARE at the DOS
  200.     prompt. To load it permanently type the word SHARE on a line by itself in
  201.     your AUTOEXEC.BAT file, any place prior to the loading of your BBS
  202.     software. There have been numerous reports that loading SHARE high causes
  203.     some problems, so to be on the safe side, do not load it high.
  204.  
  205.  
  206.    Should you have any questions or problem, please do not hesitate to call
  207.    voice for immediate help... 404-256-9518 (9am-9:30pm EST) any day!
  208.  
  209.  
  210.  
  211.                              USAGE LOG
  212.                              ---------
  213.  
  214. As an option, we provide you with the ability to log every player to a text 
  215. file. IF you enter Y in the CFG file to log callers, the Door will place the
  216. caller's name as well as the ON and OFF times each time a caller selects the
  217. Door. A separate file will be created for each Node and the name of the file
  218. will be USAGEx, where x is the Node number.
  219.  
  220. You may delete these files at any time and the Door will recreate them the
  221. next time a caller enters the Door. If you do NOT want to continue logging
  222. callers, change the CFG file entry to N.
  223.  
  224.  
  225.  
  226.                           
  227.                        VALID INPUT CHARACTERS (CHAR.OK)
  228.                        --------------------------------
  229.  
  230.    If you wish to restrict the type of characters a caller may enter, in 
  231.    response to any questions, be sure to either create or edit the CHAR.OK 
  232.    file. This file contains all the valid characters you will accept in reponse
  233.    o a Profile question. You can delete CHAR.OK, if you do not wish to 
  234.    validate any input characters or you may edit it to add/change existing 
  235.    entries.
  236.  
  237.    A CHAR.OK file is supplied that contains only the alpha and numeric keys
  238.  
  239.  
  240.  
  241.                          PROFILE MAINTENANCE Program
  242.                          ---------------------------
  243.  
  244.    A maintenance program is supplied that will allow you to View, Delete, 
  245.    Purge Profiles and update the PICTURE field. To execute the  program 
  246.    type the following:
  247.  
  248.                         PROFMANT PROFILE.CFG
  249.  
  250.    Unregisterd version will only allow viewing of the records!
  251.  
  252.  
  253.  
  254.  
  255.                     QUESTIONS/DISPLAY VERBAGE(PROFILE.DAT)
  256.                     ______________________________________
  257.  
  258.       This file contains all the questions you will be asking the callers to 
  259.       complete, whether or not they must answer the question and the 
  260.       corresponding display verbage to be used when displaying the caller's 
  261.       answers to the questions.
  262.  
  263.       PROFILE.DAT an ASCII file created/edited with any ASCII editor. Each 
  264.       line will reference an individual question, with a maximum of 38 
  265.       questions.
  266.  
  267.       The format of each line in the file, is as follows:
  268.  
  269.                      aaaaaaaaaaaa,b,ccccccccccccc
  270.          
  271.           where a = the question to be asked (maximum of 50 characters)
  272.                 b = Y (question MUST be answered)
  273.                     N (question may be bypassed)
  274.                 c = verbage to be used when displaying answer (max of 18 char.)
  275.  
  276.       The program will perform checks on the PROFILE.DAT file and will report 
  277.       any errors it detects. A message will be displayed containing the 
  278.       offending PROFILE.DAT line number and an error number. The error numbers 
  279.       and their meaning follows:
  280.  
  281.           Error 1: Question length greater than 50
  282.           Error 2: 'Must answer' field contains other than Y or N
  283.           Error 3: Display verbage length greater than 18
  284.           Error 4: File contains more than 38 questions
  285.  
  286.       PLEASE NOTE: When designing the questions, bear in mind that answers to 
  287.                    the questions are limited to 18 characters.
  288.  
  289.  
  290.                    
  291.                         FORCE RE-ANSWERING of QUESTIONS
  292.                         -------------------------------
  293.  
  294.       You can use the Profile Maintenance program to clear all answers for 
  295.       every user in the database. By doing this you will force the users to 
  296.       re-answer the questions the next time they enter the Door. If a text file
  297.       named FORCE.TXT is found in the PROFILE directory, it will be displayed 
  298.       just prior to taking the caller to the questions. Thi file could be used
  299.       to explain to the caller why they are being forced to re-answer the 
  300.       questions.
  301.  
  302.  
  303.  
  304.                       PICTURE ATTACH/PICTURE DOWNLOADING
  305.                       __________________________________
  306.  
  307.  
  308.    PROFILE allows the Sysop to ATTACH a picture to a User's profile. 
  309.  
  310.    The format of the picture files are left up to the Sysop (ie: GIF, PCX,
  311.    etc). The caller uploads the picture file to the BBS (hopefully a private
  312.    upload). If the Sysop, after reviewing the file, accepts it he/she uses
  313.    the PROFILE Maintenance program (PROFMANT View Option) to view the
  314.    caller's profile and add the FILENAME of the picture to the appropriate
  315.    field in the caller's record. The Drive:\Path\ to the Picture Filename
  316.    must be defined in the PROFILE.CFG file.
  317.  
  318.    Callers that choose to view another callers profile, will be informed that
  319.    there is a picture available for Downloading/Viewing. The caller is given
  320.    the option of downloading it and viewing it offline OR if they are using a
  321.    terminal program with a GIF viewer TSR, viewing it as they download it.
  322.  
  323.  
  324.  
  325.                    UPLOAD/DOWNLOAD FILE TRANSFER PROTOCOLS
  326.                    ---------------------------------------
  327.  
  328.       PROFILE externalizes all file transfer protocols used for Downloading 
  329.       of the PROFILE user pictures. This allows the Sysop to define the file 
  330.       transfer protocols they wish to support.
  331.  
  332.       A file called PROTOCOL.DAT is supplied with protocols already defined,
  333.       which you may alter at any time. Each entry in the PROTOCOL.DAT file
  334.       consists of the description that will be displayed to the caller on the
  335.       Protocol Menu and the 'high level' name of the protocol's batch files.
  336.  
  337.                Example:  ZModem   Upload or Download, ZPROT
  338.  
  339.       The information to the left of the comma is the description (NOTE: Only
  340.       ONE comma permitted per line and it can NOT be part of the description).
  341.       PROFILE requires that you have 1 batch file in the PROFILE directory to 
  342.       handle the downloading. In the above example ZPROT is the 'high level' 
  343.       portion of the batch file name required for ZMODEM. Your PROFILE 
  344.       directory should contain ZPROTS.BAT. 
  345.  
  346.       Each protocol batch file MUST contain 2 batch file variables as follows:
  347.  
  348.       %1 = PROFILE will use this variable to substitute the current ComPort
  349.       %2 = PROFILE will use this variable to substitute the file name
  350.  
  351.       IMPORTANT! Place the variable (%1 and %2) ONLY in the EXACT location that
  352.                  your protocol requires them, in the protocol command line. Do
  353.                  NOT supply the ComPort or FileName, JUST the %1 and %2
  354.                  variables themselves (%1 and %2)!
  355.  
  356.       See example batch files supplied with the PROFILE. They are the ones
  357.       being used on the Sunrise-80 BBS.
  358.  
  359.  
  360.                              *** PLEASE NOTE ***
  361.  
  362.       There may come a time when you will need to supply information to the
  363.       protocol you are using, based on the node it will be used on. You can
  364.       accomplish this by supplying a node-specific PROTOCOL file. Everything
  365.       described above stays the same except that you will name the file
  366.       PROTOCOL.x (where x is the node number). For example, to use a special
  367.       set of protocols (or batch files) on node number 5, modify a copy of
  368.       PROTOCOL.DAT and name it PROTOCOL.5. PROFILE will use PROTOCOL.5 when
  369.       someone logs on node 5 and will use PROTOCOL.DAT for ALL OTHERS. You do
  370.       not have to create node-specific PROTOCOL files for all nodes.. just the
  371.       node(s) that are different.
  372.  
  373.  
  374.  
  375.  
  376.                                 TRASHCAN FILE
  377.                                 _____________
  378.  
  379.       This is a text file you must create (if you wish to use one), with
  380.       a file name of PROFTCAN.DAT and it must reside in the Door directory.
  381.  
  382.       This file is used if you want to block the use of "offensive" words
  383.       callers may choose to use. Each word must appear on a separate line
  384.       within the text file with a maximum of 100 words.
  385.  
  386.       NOTE: The word must match EXACTLY !!!
  387.  
  388.  
  389.  
  390.                           NON-STANDARD COM SUPPORT
  391.                           ________________________
  392.  
  393.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  394.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  395.       number after the configuration filename. Let's assume your Door is
  396.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  397.       passed to your Door would be:
  398.  
  399.                             FOOBAR FOOBAR.CFG /5
  400.  
  401.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  402.       normally used with COM1. No /x parameter is needed for the standard
  403.       IRQ's.
  404.  
  405.       As an alternative, you may use an environmental variable on the command
  406.       line. To use the variable (following the example above), place a
  407.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  408.       different IRQ number for each node). The command line would now look
  409.       like this:
  410.  
  411.                           FOOBAR FOOBAR.CFG /%IRQ%
  412.  
  413.       This, in combination with the use of the environmental variables
  414.       described in the MULTI-NODE SETUP section will allow you to use one
  415.       batch file and one config file to run this door on all nodes.
  416.  
  417.  
  418.  
  419.  
  420.                               MULTI-NODE SETUP
  421.                               ________________
  422.  
  423.       All Sunrise Doors are Multi-Node capable. Each node must have the
  424.       ability to access a configuration file which will have its own system
  425.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  426.       line. There are 2 ways to accomplish this:
  427.  
  428.       (1) Create a separate configuration file for each node. The only
  429.           difference between each file would be the location of the system
  430.           file for that particular node. For example, on my system there are 2
  431.           nodes and the first line of the config files would look like this:
  432.  
  433.                         NODE1:  H:\PCB1\DOOR.SYS
  434.                         NODE2:  H:\PCB2\DOOR.SYS
  435.  
  436.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  437.  
  438.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  439.           the following PCBoard/Wildcat environmental variables:
  440.  
  441.                  PCBDIR    (Directory containing the System file)
  442.                  PCBDRIVE  (Drive containing the System file)
  443.                  WCNODEID  (Active Node Number)
  444.  
  445.           Thus, the first line of the SINGLE configuration file, for this Door
  446.           would look like this:
  447.  
  448.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  449.                         c:\wc30\wcwork\node%wcnodeid%\door.sys
  450.  
  451.       NOTE: This option, as described, assumes that you are running PCB or
  452.             Wildcat software. The environmental variables are automatically
  453.             created by the software for each node.
  454.  
  455.             HOWEVER, if you are running other BBS software you should be able
  456.             to set the variables EXACTLY as described below, for EACH node
  457.             (more than likely in each batch file you use to bring up EACH node):
  458.  
  459.                             PCBDRIVE=C:
  460.                             ^^^^^^^^^
  461.                             PCBDIR=\NODE2
  462.                             ^^^^^^^^
  463.  
  464.             Info with a carat (^) under it, MUST be typed as is. The rest
  465.             depends on your naming conventions.
  466.  
  467.             This, in combination with the use of the optional environmental
  468.             variable described in the NON-STANDARD COM SUPPORT section, will
  469.             allow you to use one batch file and one config file to run this
  470.             door on all nodes.
  471.  
  472.  
  473.  
  474.  
  475.                                 ADOPT-A-DOOR
  476.                                 ____________
  477.  
  478.     Having been a Sysop for a number of years, I have had my share of problems
  479.     and frustrations getting financial support for my board's upkeep. A fellow
  480.     Sysop left a message on my board, not long ago, about a concept that was
  481.     being used by several boards around the country.
  482.  
  483.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  484.     would be the same as sending in a donation, only this way it is earmarked
  485.     for registering a particular door. In a way, the user feels he/she is
  486.     "getting something in return". As a Door author I have decided to build
  487.     this concept into each of my Door programs. The concept replaces the
  488.     usual message "tell the Sysop to register this Door" we find in most
  489.     doors.
  490.  
  491.     If the Door is unregisterd then a message appears on the opening screen
  492.     to that effect. After finishing or suspending a game, a message screen
  493.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  494.     caller to contact the Sysop to find out if there is any further details
  495.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  496.     time, etc to callers that ADOPT-A-DOOR.
  497.  
  498.     If the Door has been registered, either by the Sysop or other callers,
  499.     the names of those contributors will be displayed in the closing screen.
  500.  
  501.     NOTE: If you want to display the names of the callers that contributed
  502.           to registering the Door, you must create an ASCII file called
  503.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  504.           the name(s) of the contributors (one on each line, maximum of 5
  505.           entries, each a maximum of 30 characters long). This file must be
  506.           saved, in ASCII format, and placed in the Door directory.
  507.  
  508.  
  509.  
  510.                                   LEGALITIES
  511.                                   __________
  512.  
  513.  
  514.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  515.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  516.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  517.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  518.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  519.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  520.       OR BREACH OF ANY WARRANTY.
  521.  
  522.  
  523.  
  524.  
  525.  
  526.                                 DISTRIBUTION
  527.                                 ____________
  528.  
  529.    You may make this file available for downloading from your BBS or you may
  530.    upload it to any BBS of your choice, provided that you do not make any
  531.    changes to the contents of the archive (ZIP file). The archive and its
  532.    individual contents may not be used by any service that charges any money
  533.    whatsoever, without the written permission of the author.
  534.  
  535.  
  536.  
  537.  
  538.  
  539.                                 REGISTRATION
  540.                                 ____________
  541.  
  542.    Registration and the subsequent insertion of the registration number into
  543.    your configuation file, allows for the display of your BBS name on the
  544.    opening and closing screen as well as the reduction of a delay built into
  545.    the opening screen display along with the ability to change certain
  546.    values in the configuration file.
  547.  
  548.    To register your copy of PROFILE, please fill out the registration form
  549.    (REGISTER.FRM) and mail it along with the registration fee to
  550.    the name and address on the form.
  551.  
  552.    Once a door is registered, any changes to registration information (Sysop
  553.    name or BBS Name) will require the doors to be re-registered. Download or
  554.    File Request a file named CHANGE.FRM from our BBS, complete the form and
  555.    follow ALL instructions in the document!
  556.  
  557.    Registration fees are subject to change at any time. The most current
  558.    registration form is always available on our BBS. You may download or
  559.    File Request REGISTER.FRM at any time.
  560.  
  561.    Be sure to use the proper upper/lower case when filling in your name and
  562.    BBS name, as they MUST match the way you entered them in the configuration
  563.    file.             ^^^^
  564.  
  565.    Based upon information supplied on the registration form, I will pre-
  566.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  567.    up your registration number.
  568.  
  569.  
  570.  
  571.                                     MISC
  572.                                     ____
  573.  
  574.    The latest version of PROFILE and other fine SUNRISE DOOR programs are
  575.    always available for download from SUNRISE-80 BBS.
  576.  
  577.    Remember, should you have any problems, questions or suggestions, be sure
  578.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  579.    PCBHints, SYSops), SMARTNET (SN_Sysops), FIDOnet 1:133/410
  580.